home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 122
/
Vol 122.iso
/
games
/
super_ma.swf
/
scripts
/
DefineButton2_258
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-01-06
|
181 b
|
9 lines
on(press){
sonido = new Sound();
sonido.attachSound("pref");
sonido.start();
portada.gotoAndPlay(60);
portada.mano.gotoAndStop(1);
_root.gotoAndStop(4);
}